Welcome![Sign In][Sign Up]
Location:
Search - lz77 decompression algorithm

Search list

[Crack Hack新文件夹

Description: LZ77 compression / decompression algorithm
Platform: | Size: 3079 | Author: 林语白 | Hits:

[Compress-Decompress algrithmslzbuf

Description: 一种无损压缩解压的算法,是lz77的改进,其压缩比比lz77高,速度要快-a lossless compression decompression algorithm is lz77 improvement everywhere lz77 its high compression, faster speed
Platform: | Size: 3622 | Author: 任燕 | Hits:

[Compress-Decompress algrithms数据压缩

Description: 本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the beginners to understand and grasp these types of basic data compression method should help
Platform: | Size: 4810 | Author: 叶靥 | Hits:

[Multimedia programzlib-1.1.4

Description: 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
Platform: | Size: 241457 | Author: 石蒲 | Hits:

[Other resourceCompressMethod

Description: 多种算法压缩与解压缩方式,包括LZ77算法,LHA算法,算术编码arith算法,Zip算法压缩与解压缩-multiple algorithm compression and decompression, including the LZ77 algorithm, LHA algorithm, arith arithmetic coding algorithm, the algorithm Zip compression and decompression
Platform: | Size: 305066 | Author: yuants | Hits:

[Mathimatics-Numerical algorithmsLZMA465

Description:

LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.

LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org). LZMA provides high
compression ratio and very fast decompression.

LZMA is an improved version of famous LZ77 compression algorithm.
It was improved in way of maximum increasing of compression ratio,
keeping high decompression speed and low memory requirements for
decompressing.


Platform: | Size: 288122 | Author: happyusermhx | Hits:

[Crack Hack新文件夹

Description: LZ77 compression / decompression algorithm-LZ77 compression/decompression algorithm
Platform: | Size: 3072 | Author: 林语白 | Hits:

[Compress-Decompress algrithmsLZ77算法源代码

Description: 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
Platform: | Size: 5120 | Author: hjxm | Hits:

[Compress-Decompress algrithmslzbuf

Description:
Platform: | Size: 3072 | Author: 任燕 | Hits:

[Multimedia Developzlib-1.1.4

Description: 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
Platform: | Size: 241664 | Author: 石蒲 | Hits:

[Home Personal applicationCompressMethod

Description: 多种算法压缩与解压缩方式,包括LZ77算法,LHA算法,算术编码arith算法,Zip算法压缩与解压缩-multiple algorithm compression and decompression, including the LZ77 algorithm, LHA algorithm, arith arithmetic coding algorithm, the algorithm Zip compression and decompression
Platform: | Size: 305152 | Author: yuants | Hits:

[Compress-Decompress algrithmsLZ77

Description: 以前为研究加解密码算法,曾分析了LZ77算法,但觉得所研究的例子压缩文件大小存在限制,所以就着手改进了其算法,使其支持大文件压缩和解压.-Previous study solutions for cryptographic algorithms, has analyzed the LZ77 algorithm, but I studied the existence of examples of compressed file size limit, so working to improve its algorithm to support file compression and decompression.
Platform: | Size: 5120 | Author: hante | Hits:

[Compress-Decompress algrithmsmyLZ77Code

Description: 自己写的LZ77压缩解压缩算法,纯C编写,对学习该压缩算法很有帮助-Wrote it myself LZ77 compression decompression algorithms, the preparation of pure C, the compression algorithm for learning useful
Platform: | Size: 5120 | Author: 代贝 | Hits:

[Compress-Decompress algrithmslz77n

Description: LZ77无损压损算法,可以实现文本和音频文件的压缩和解压,已建好工程-LZ77 algorithm for lossless compression loss, can text and audio file compression and decompression, projects have been completed
Platform: | Size: 7760896 | Author: ct | Hits:

[Compress-Decompress algrithmsLZ772

Description: LZ77压缩算法,是一个很好的代码,可以实现文件的压缩和解压,压缩率也较高-LZ77 compression algorithm, is a good code, can file compression and decompression, the compression rate is higher
Platform: | Size: 6524928 | Author: ct | Hits:

[Compress-Decompress algrithmsLZ77compression

Description: LZ77 压缩、解压缩算法C++源代码-LZ77 compression, decompression algorithm C++ source code ! !
Platform: | Size: 5120 | Author: 沈晓 | Hits:

[Compress-Decompress algrithmslzma

Description: To compile C++ version of file->file LZMA encoding, go to directory CPP/7zip/Bundles/LzmaCon and call make to recompile it: make -f makefile.gcc clean all In some UNIX/Linux versions you must compile LZMA with static libraries. To compile with static libraries, you can use LIB = -lm -static - LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression. LZMA is default and general compression method of 7z format in 7-Zip compression program (www.7-zip.org). LZMA provides high compression ratio and very fast decompression. LZMA is an improved version of famous LZ77 compression algorithm. It was improved in way of maximum increasing of compression ratio, keeping high decompression speed and low memory requirements for
Platform: | Size: 146432 | Author: duximing | Hits:

[Compress-Decompress algrithmsLZ77

Description: 用LZ77算法实现将文本文件压缩为三元组的过程,同时包含有相应的解压缩过程。-LZ77 algorithm implemented in the text file compression is the process of triples, and also includes a corresponding decompression process.
Platform: | Size: 217088 | Author: 孙尔强 | Hits:

CodeBus www.codebus.net